fmt.fmtFlags.sharp (field)

20 uses

	fmt (current package)
		format.go#L28: 	sharp       bool
		format.go#L155: 	if f.sharp && u <= utf8.MaxRune && strconv.IsPrint(rune(u)) {
		format.go#L276: 	if f.sharp {
		format.go#L384: 			if f.sharp {
		format.go#L389: 		} else if f.sharp {
		format.go#L405: 	if f.sharp {
		format.go#L414: 			if f.sharp {
		format.go#L449: 	if f.sharp && strconv.CanBackquote(s) {
		format.go#L523: 	if f.sharp && verb != 'b' {
		print.go#L195: 		return p.fmt.sharp || p.fmt.sharpV
		print.go#L414: 	sharp := p.fmt.sharp
		print.go#L415: 	p.fmt.sharp = leading0x
		print.go#L417: 	p.fmt.sharp = sharp
		print.go#L575: 				p.fmt0x64(uint64(u), !p.fmt.sharp)
		print.go#L579: 		p.fmt0x64(uint64(u), !p.fmt.sharp)
		print.go#L1051: 				p.fmt.sharp = true
		print.go#L1071: 						p.fmt.sharpV = p.fmt.sharp
		print.go#L1072: 						p.fmt.sharp = false
		print.go#L1169: 			p.fmt.sharpV = p.fmt.sharp
		print.go#L1170: 			p.fmt.sharp = false